-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Cannot use router.isActive fix #20954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
packages/ember/tests/routing/router_service_test/isActive_test.js
Outdated
Show resolved
Hide resolved
Thanks for working on this! Excited for the fix! |
@NullVoxPopuli can you please check & let me know ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, thank you!
Estimated Asset SizesDiff --- main/out.txt 2025-08-13 03:31:42.000000000 +0000
+++ pr/./pr-17256182550/out.txt 2025-08-27 03:07:42.000000000 +0000
@@ -1,13 +1,13 @@
-╔═══════╤═══════════╤═══════════╗
-║ │ Min │ Gzip ║
-╟───────┼───────────┼───────────╢
-║ Total │ 418.48 KB │ 231.88 KB ║
-╚═══════╧═══════════╧═══════════╝
+╔═══════╤═══════════╤══════════╗
+║ │ Min │ Gzip ║
+╟───────┼───────────┼──────────╢
+║ Total │ 418.51 KB │ 231.9 KB ║
+╚═══════╧═══════════╧══════════╝
╔══════════════════════╤═══════════╤═══════════╗
║ @ember/* │ Min │ Gzip ║
╟──────────────────────┼───────────┼───────────╢
-║ Total │ 239.23 KB │ 147.06 KB ║
+║ Total │ 239.26 KB │ 147.08 KB ║
╟──────────────────────┼───────────┼───────────╢
║ -internals │ 35.44 KB │ 25.49 KB ║
║ application │ 12.83 KB │ 7.62 KB ║
@@ -25,7 +25,7 @@
║ object │ 33.78 KB │ 20.79 KB ║
║ owner │ 159 B │ 178 B ║
║ renderer │ 385 B │ 327 B ║
-║ routing │ 58.05 KB │ 33.43 KB ║
+║ routing │ 58.08 KB │ 33.45 KB ║
║ runloop │ 2.2 KB │ 1.33 KB ║
║ service │ 859 B │ 741 B ║
║ template │ 430 B │ 390 B ║ Details
|
How much time it takes to merge ? |
@moulichan99 Sorry for the delay! It looks like this fails linting. |
Will check. Thanks for the update |
@wagenet can we rerun this workflows ? |
|
I don't have the ability. I'll bother some folks on discord |
The workflows did re-run and they still failed. |
@wagenet Can you review for content? We'll figure out the linting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems reasonable to me. Thanks!
Added setupRouter before which initializes _routerMicrolib.